-
Notifications
You must be signed in to change notification settings - Fork 424
CachedResourceEndpointSlice reconciler shouldn't retry on success #3690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
CachedResourceEndpointSlice reconciler shouldn't retry on success #3690
Conversation
|
|
||
| endpoints.Status.ShardSelector = selector.String() | ||
|
|
||
| return true, err |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This here was the bug ^^ the reconciler would requeue the item indefinitely.
|
/retest |
|
/retest |
1 similar comment
|
/retest |
|
Err... |
|
/retest |
On-behalf-of: @SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
a1030a9 to
5d2e554
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
|
LGTM label has been added. Git tree hash: 1c9d266baf553d88c2b00ef05d4167e32054855a
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mjudeikis The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
Summary
CachedResourceEndpointSlice reconciler kept retrying on success by mistake.
This PR cleans up the
reconcilefunction: retry is done only on error.What Type of PR Is This?
Related Issue(s)
Fixes #
Release Notes